From: Juanma Barranquero Date: Wed, 5 Feb 2003 23:09:58 +0000 (+0000) Subject: (font-lock-reference-face): Add obsolescence declaration and remove redundant X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28439 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bfc629633efb71dc234dcb19c41078affff3ccaa;p=emacs.git (font-lock-reference-face): Add obsolescence declaration and remove redundant info from docstring. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4dfad0e8f4f..194217249da 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -339,8 +339,8 @@ If a number, only buffers greater than this size have fontification messages." (defvar font-lock-warning-face 'font-lock-warning-face "Face name to use for things that should stand out.") -(defvar font-lock-reference-face 'font-lock-constant-face - "This variable is obsolete. Use `font-lock-constant-face'.") +(defvar font-lock-reference-face 'font-lock-constant-face) +(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face) ;; Fontification variables: